Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency pytest-subtests to ^0.13.0 #19

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 2, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
pytest-subtests ^0.3.2 -> ^0.13.0 age adoption passing confidence

Release Notes

pytest-dev/pytest-subtests (pytest-subtests)

v0.13.1

Compare Source

  • Fixed bug were an extra test would execute when -x/--exitfirst was used (#139_).

.. _#139:https://github.com/pytest-dev/pytest-subtests/pull/1399

v0.13.0

Compare Source

  • Dropped support for EOL Python 3.7.
  • Added support for -x/--exitfirst (#134_).
  • Hide the traceback inside the SubTests.test() method (#131_).

.. _#131:https://github.com/pytest-dev/pytest-subtests/pull/1311
.. _#134https://github.com/pytest-dev/pytest-subtests/pull/13434

v0.12.1

Compare Source

  • Fixed compatibility with upcoming pytest 8.1.x. (#125_).

.. _#125:https://github.com/pytest-dev/pytest-subtests/issues/1255

v0.12.0

Compare Source

  • Python 3.12 is now officially supported (#113_).
  • Added typing support (#115_).
  • SubTests can be imported from pytest_subtests to type-annotate the subtests fixture.

.. _#113:https://github.com/pytest-dev/pytest-subtests/pull/1133
.. _#115https://github.com/pytest-dev/pytest-subtests/pull/11515

v0.11.0

Compare Source

  • Logging is displayed for failing subtests (#92_)
  • Passing subtests no longer turn the pytest output to yellow (as if warnings have been issued) (#86). Thanks to Andrew-Brock for providing the solution.
  • Now the msg contents of a subtest is displayed when running pytest with -v (#6_).

.. _#6:https://github.com/pytest-dev/pytest-subtests/issues/66
.. _#86https://github.com/pytest-dev/pytest-subtests/issues/8686
.. _#9https://github.com/pytest-dev/pytest-subtests/issues/87/87

.. _Andrew-Brock: https://github.com/Andrew-Brock

v0.10.0

Compare Source

  • Added experimental support for suppressing subtest output dots in non-verbose mode with --no-subtests-shortletter -- this allows the native pytest column calculations to not be disrupted and minimizes unneeded output for large CI systems.

v0.9.0

Compare Source

  • Python 3.11 is officially supported.
  • Dropped support for Python 3.6.

v0.8.0

Compare Source

  • Now passing subtests are shown in the test run summary at the end (for example: 10 failed, 1 passed, 10 subtests passed in 0.10s) (#70_).

.. _#70:https://github.com/pytest-dev/pytest-subtests/pull/700

v0.7.0

Compare Source

  • Fixed support for pytest 7.0, and pytest>=7.0 is now required.

v0.6.0

Compare Source

  • pytest>=6.0 is now required.
  • Added official support for Python 3.10.
  • Dropped support for Python 3.5.
  • Users no longer need to configure a warnings filter for the internal A private pytest class or function was used pytest warning (#52_).
  • Experimental: Use SUBPASS and , for passed subtests instead of general PASSED,
    SUBFAIL and u for failed ones instead of FAILED (#30_).

.. _#30:https://github.com/pytest-dev/pytest-subtests/pull/300
.. _#52https://github.com/pytest-dev/pytest-subtests/pull/5252

v0.5.0

Compare Source

  • Added support for pytest.mark.xfail (#40_).

.. _#40:https://github.com/pytest-dev/pytest-subtests/pull/400

v0.4.0

Compare Source

  • Added support for --pdb (#22_).

.. _#22:https://github.com/pytest-dev/pytest-subtests/issues/222


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link
Contributor Author

renovate bot commented Nov 2, 2023

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: பை/poetry.lock


Could not parse version constraint: =>0.8.5

@renovate renovate bot force-pushed the renovate/pytest-subtests-0.x branch from e5c1771 to 949183e Compare March 7, 2024 05:55
@renovate renovate bot changed the title Update dependency pytest-subtests to ^0.11.0 Update dependency pytest-subtests to ^0.12.0 Mar 7, 2024
@renovate renovate bot force-pushed the renovate/pytest-subtests-0.x branch from 949183e to bfd7e00 Compare July 8, 2024 23:46
@renovate renovate bot changed the title Update dependency pytest-subtests to ^0.12.0 Update dependency pytest-subtests to ^0.13.0 Jul 8, 2024
Copy link
Contributor Author

renovate bot commented Jul 8, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: பை/poetry.lock


Could not parse version constraint: =>0.8.5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants